home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / ipro302.zip / WHATS.NEW < prev   
Text File  |  1993-06-05  |  6KB  |  195 lines

  1. Version 3.00
  2.  
  3. 1.  Added file viewer for read.me files (VIEW command).
  4.  
  5. 2.  Added SET command for adding environmental variables to Autoexec.bat
  6.  
  7. 3.  Colors are now configurable (COLORS command).
  8.  
  9. 4.  Added DESCRIBE command which will allow a single line text
  10.     message to be attached to each label so that when the user is
  11.     editing that field, he will see a brief explanation of what
  12.     types of files that field is referring to.
  13.     
  14. 5.  Added command (ATTACH) that allows optional files to be
  15.     installed in a non-optional directory (contrasted with the
  16.     OPTION command which makes a directory and a group of files
  17.     optional.
  18.     
  19. 6.  Added the ability to never overwrite a file if it already exists
  20.     (PROTECT modifier to the FILE command).
  21.     
  22. 7.  Added XMS and EMS memory availability checks.
  23.  
  24. 8.  Changed RAM memory check from installed RAM to available RAM.
  25.  
  26. 9.  Added DPMI and VCPI server checks.
  27.  
  28. 10. Added system variables IS88, IS286, IS386, ISFPU, ISMONO, ISCGA and
  29.     ISVGA which can be used to conditionally execute commands.
  30.  
  31.  
  32. Version 2.20
  33.  
  34. 1.  Dos 6.00 added a new legal syntax to the Path command.  This is now
  35.     recognized.
  36.  
  37.  
  38. Version 2.18
  39.  
  40. 1.  Zipfiles that are marked read-only on the distribution disks and
  41.     transferred with the FILE command for unzipping are now changed to
  42.     read-write before deleting them.
  43.  
  44. 2.  Added ATTRIBSAVE command to specify whether attributes are to be
  45.     preserved from distribution disk to destination directories.
  46.  
  47. Version 2.17
  48.  
  49. 1.  All files transferred via the FILE command or installed via the
  50.     UNZIP command have their attributes preserved.  So, if you have a
  51.     read-only, hidden file on the distribution disk, it will be a
  52.     read-only hidden file in the destination directory.
  53.  
  54. 2.  If the file being transferred already exists in the destination
  55.     directory, the existing file's attributes are changed to read/write
  56.     before the copy and to the source file's attributes after the copy.
  57.     So, if you are copying a hidden/read-only file on top of an existing
  58.     hidden/read-only file, you don't have to worry about access
  59.     privileges.
  60.  
  61. Version 2.11
  62.  
  63. 1.  Authorization keys are no longer necessary for Install-Pro to
  64.     function.
  65.  
  66. Version 2.09
  67.  
  68. 1.  If Config.sys or Autoexec.bat isn't in the path the User
  69.     enters, he can create it on the spot.
  70.  
  71. Version 2.00
  72.  
  73. 1.  Added external text redefinition file for foreign language
  74.     translations.
  75.  
  76. 2.  Added RAM, Math coprocessor, Dos version and CPU detection.
  77.  
  78. 3.  Added FILES= update for Config.sys.
  79.  
  80. 4.  Added PATH update for Autoexec.bat.
  81.  
  82. 5.  File decompression has been speeded up by about 80%.
  83.  
  84. 6.  Split files may now be tagged as UPGRADE or VERIFY.
  85.  
  86. Version 1.61
  87.  
  88. 1.  Changed OPTIONal label resolution to a single form with radio
  89.     buttons toggled for selection, instead of individual
  90.     mini-menus.
  91.  
  92. Version 1.60
  93.  
  94. 1.  FILE and UNZIP commands may now be modified with VERIFY or
  95.     UPGRADE.  VERIFY always confirms before overwriting an
  96.     existing file, while UPGRADE always confirms overwriting a
  97.     new existing file.
  98.  
  99. 2.  Subdirectories stored in zip files are now automatically
  100.     created.  (It is no longer necessary to create these
  101.     directories with a SUBDIR command.)
  102.  
  103. 3.  USER commands may now be tagged with NOMOD, which 'freezes' a
  104.     directory.  A frozen destination directory cannot be changed
  105.     by the user, although the destination drive still can.
  106.  
  107. 4.  HELLO and GOODBYE screens may now be of any length, up to
  108.     available ram.  They are automatically broken up at 14 lines,
  109.     or may be forced to a new page with HELLOBREAK and
  110.     GOODBYEBREAK commands.
  111.  
  112. 5.  Install-Pro may now be run from any directory.  The only
  113.     restriction is that all installation files and scripts be in
  114.     the same directory as Install-Pro.  The 'same directory' may
  115.     be the same-named directory, including the root directory, of
  116.     multiple installation disks.
  117.  
  118. 6.  The SPACE available check has been expanded and improved.
  119.     There is a slight syntax change with this command, so be sure
  120.     to check the documentation.
  121.  
  122. Version 1.58
  123.  
  124. 1.  RUN commands may now access OPTIONal labels.
  125.  
  126. 2.  Installations are no longer allowed to be attempted on top of an
  127.     installation DISKETTE.  Diskettes other than the installation
  128.     diskette are still allowed, as well as fixed-disk installations from
  129.     the root to a subdirectory.  Files have never been allowed to be
  130.     copied on top of themselves.
  131.  
  132. Version 1.53
  133.  
  134. 1.  Encrypted zip files are now detected.
  135.  
  136. Version 1.50
  137.  
  138. 1.  Added CHAIN to allow multi-module installations.
  139.  
  140. 2.  Added an OPTION modifier to the USER command to allow portions of an
  141.     installation to be made optional.
  142.  
  143. Version 1.40
  144.  
  145. 1.  Added UNZIP support.
  146.  
  147. Version 1.30
  148.  
  149. 1.  Added disk naming to allow "Utilities Disk" or any other name to be
  150.     assigned to a disk instead of the default "Disk n". The default
  151.     still works if Disk n was fine for you.
  152.  
  153. 2.  Disk swap windows and file transfer title windows now auto-size in
  154.     deference to the variable size disk names.
  155.  
  156. 3.  Added a disk SPACE check command.
  157.  
  158. Version 1.20
  159.  
  160. 1.  Files can now be split into pieces onto multiple diskettes and
  161.     rebuilt during installation.
  162.  
  163.  
  164. Version 1.15
  165.  
  166. 1.  Added spawn (direct execution vs command shell execution) support
  167.     for RUN commands.
  168.  
  169. 2.  Added more rubust form entry - it's now more clear that the
  170.     installation wants to see a drive and a directory.
  171.  
  172.  
  173. Version 1.13
  174.  
  175. 1.  Added 43/50 line, 80-132 column support.
  176.  
  177.  
  178. Version 1.12
  179.  
  180. 1.  Floppy drives no longer get accessed during valid drive test during
  181.     destination directory entry.
  182.  
  183. 2.  All restrictions on leading or trailing backslashes when referring
  184.     to directories have been removed - \dir\ \dir and dir\ are all valid
  185.     when referring to a child subdirectory.  C:\dir and C:\dir\ are both
  186.     valid when referring to a parent subdirectory.  C:\dir\ as a parent
  187.     and \dir (or \dir\) as its child will also work.
  188.  
  189. Version 1.10
  190.  
  191. 1.  Added mono switch /m
  192. 2.  Cosmetic changes made to some colors
  193.  
  194.  
  195.